home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / vector / drawplus / !DrawPlus / !Run < prev    next >
Text File  |  1992-09-13  |  1KB  |  26 lines

  1.  
  2. | >  !Run file for Draw Plus (version 2·00)
  3.  
  4. Set DrawPlus$Dir <Obey$Dir>
  5. Obey <DrawPlus$Dir>.!Boot
  6. IconSprites <DrawPlus$Dir>.Pointers
  7.  
  8. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  9. RMEnsure ColourTrans 0.50 Load System:Modules.Colours
  10. RMEnsure ColourTrans 0.50 Error 0 ColourTrans module not found or too old
  11. RMEnsure SharedCLibrary 3.75 Load System:Modules.Clib
  12. RMEnsure SharedCLibrary 3.75 Error 0 Shared C Library not found or too old
  13. RMEnsure FPEmulator 2.80 Load System:Modules.FPEmulator
  14. RMEnsure FPEmulator 2.80 Error 0 FPEmulator module not found or too old
  15. |RMEnsure InterfaceManager 1.30 Load System:Modules.Interface
  16. RMEnsure InterfaceManager 1.30 Load <DrawPlus$Dir>.Interface
  17. RMEnsure InterfaceManager 1.30 Error 0 Interface module not found or too old
  18.  
  19. RMEnsure Draw 1.01 Error 0 Draw module not present
  20. RMEnsure FontManager 0.00 Error 0 FontManager module not present
  21.  
  22. If "<Draw$PrintFile>" = "" Then Set Draw$PrintFile printer:
  23.  
  24. WimpSlot -min 380K -max 380K
  25. Run "<DrawPlus$Dir>.!RunImage" %*0
  26.